Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add SDK Manager and updated CUDA install options #547

Open
wants to merge 17 commits into
base: main
Choose a base branch
from

Conversation

taureandyernv
Copy link
Contributor

@taureandyernv taureandyernv commented Oct 8, 2024

We are adding:

  • SDK Manger to the installation docs
  • SDK Manager as the preferred windows option
  • Updating Colab install links
  • Added CUDA 12.5 as a valid CUDA install options
  • update the CUDA verbiage around 12.5

@taureandyernv taureandyernv requested a review from a team as a code owner October 8, 2024 18:33
Copy link

vercel bot commented Oct 8, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
docs ✅ Ready (Inspect) Visit Preview Oct 15, 2024 7:23pm

Copy link

netlify bot commented Oct 8, 2024

Deploy Preview for docs-rapids-ai ready!

Built without sensitive environment variables

Name Link
🔨 Latest commit a19bd45
🔍 Latest deploy log https://app.netlify.com/sites/docs-rapids-ai/deploys/670ec1008892f00008a87b31
😎 Deploy Preview https://deploy-preview-547--docs-rapids-ai.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Comment on lines +29 to 32
- [SDK Manager](#wsl2-sdkm)
- [Conda](#wsl2-conda)
- [Docker](#wsl2-docker)
- [pip](#wsl2-pip)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we move this below pip? I think we should keep the order "Conda, Docker, pip, SDK Manager" to match the above.

Suggested change
- [SDK Manager](#wsl2-sdkm)
- [Conda](#wsl2-conda)
- [Docker](#wsl2-docker)
- [pip](#wsl2-pip)
- [Conda](#wsl2-conda)
- [Docker](#wsl2-docker)
- [pip](#wsl2-pip)
- [SDK Manager](#wsl2-sdkm)

install/index.md Outdated Show resolved Hide resolved
install/index.md Outdated Show resolved Hide resolved
install/index.md Outdated Show resolved Hide resolved
install/index.md Outdated Show resolved Hide resolved
install/index.md Outdated Show resolved Hide resolved
install/index.md Outdated Show resolved Hide resolved
install/index.md Outdated Show resolved Hide resolved
install/index.md Outdated Show resolved Hide resolved
install/index.md Show resolved Hide resolved
Co-authored-by: Bradley Dice <[email protected]>
taureandyernv and others added 6 commits October 9, 2024 12:38
Co-authored-by: Bradley Dice <[email protected]>
Co-authored-by: Bradley Dice <[email protected]>
Co-authored-by: Bradley Dice <[email protected]>
Co-authored-by: Bradley Dice <[email protected]>
Co-authored-by: Bradley Dice <[email protected]>
Co-authored-by: Bradley Dice <[email protected]>
Co-authored-by: Bradley Dice <[email protected]>
Copy link
Contributor

@bdice bdice left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There are still a few open conversations from my last review pass. Please take a look at those before requesting a re-review.

https://github.com/rapidsai/docs/pull/547/files#r1792563333
https://github.com/rapidsai/docs/pull/547/files#r1792564184

install/index.md Outdated Show resolved Hide resolved
install/index.md Outdated Show resolved Hide resolved
taureandyernv and others added 2 commits October 9, 2024 13:58
Co-authored-by: Bradley Dice <[email protected]>
Co-authored-by: Bradley Dice <[email protected]>
Co-authored-by: Bradley Dice <[email protected]>
install/index.md Outdated
1. In Windows, install or update WSL2 [using Microsoft's instructions](https://docs.microsoft.com/en-us/windows/wsl/install){: target="_blank"}.
2. Install the [latest NVIDIA Drivers](https://www.nvidia.com/download/index.aspx){: target="_blank"} on the Windows host.
3. Download [SDK Manager's Ubuntu version from their website](https://developer.nvidia.com/sdk-manager){: target="_blank"} (requires sign up or login to NVIDIA's Developer community). Do not install yet. It is assumed that your home directory's `Downloads` folder is where the `.deb` file will be stored. If not, please move `sdkmanager_[version]-[build#]_amd64.deb` file to your current Download folder.
4. Open PowerShell command line or Windows terminal, run:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should already have WSL installed from following the instructions linked in Step 1. Please remove this step.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants